-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency aws-cdk-lib to v2.161.1 #131
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
3 times, most recently
from
September 13, 2024 03:27
c42222b
to
bcb1bcc
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.156.0
chore(deps): update dependency aws-cdk-lib to v2.157.0
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
4 times, most recently
from
September 14, 2024 22:12
a7648c9
to
c629f9e
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.157.0
chore(deps): update dependency aws-cdk-lib to v2.158.0
Sep 14, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
7 times, most recently
from
September 22, 2024 04:06
bb2df56
to
306757f
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.158.0
chore(deps): update dependency aws-cdk-lib to v2.159.0
Sep 22, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
2 times, most recently
from
September 23, 2024 00:25
6a0b2e3
to
f8aaeeb
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.159.0
chore(deps): update dependency aws-cdk-lib to v2.159.1
Sep 23, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
4 times, most recently
from
September 27, 2024 18:37
048dba2
to
69e9cd0
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.159.1
chore(deps): update dependency aws-cdk-lib to v2.160.0
Sep 27, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
3 times, most recently
from
September 29, 2024 00:12
ff17932
to
40ca520
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
7 times, most recently
from
October 4, 2024 04:14
30b7d21
to
63e13d6
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
October 7, 2024 03:48
63e13d6
to
6648f8d
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.160.0
chore(deps): update dependency aws-cdk-lib to v2.161.0
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
2 times, most recently
from
October 8, 2024 07:27
bd17fc4
to
8ed9f4c
Compare
renovate
bot
changed the title
chore(deps): update dependency aws-cdk-lib to v2.161.0
chore(deps): update dependency aws-cdk-lib to v2.161.1
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
October 8, 2024 07:28
8ed9f4c
to
195e3d8
Compare
🎉 This PR is included in version 2.2.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.155.0
->2.161.1
Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.161.1
Compare Source
Reverts
Alpha modules (2.161.1-alpha.0)
v2.161.0
Compare Source
Features
cdk rollback
(#31407) (0755561), closes #30546Bug Fixes
cdk diff --quiet
to print stack name when there is diffs (#30186) (bcf9209), closes #27128isTaggable
function can return undefined instead of false (#31600) (be70c82), closes #26495cdk diff
to upload large templates (#31597) (be1207b), closes #29936 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml#L275 /github.com/aws/aws-cdk/blob/4b00ffeb86b3ebb9a0190c2842bd36ebb4043f52/packages/aws-cdk/lib/api/deployments.ts#L605Alpha modules (2.161.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
logging
andlogGroup
properties inDestinationLoggingProps
have been removed and replaced with a single optional propertyloggingConfig
which accepts a class of typeLoggingConfig
.Details
Combine the
logging
andlogGroup
properties into a single new optional property calledloggingConfig
which accepts a class of typeLoggingConfig
.LoggingConfig
is an abstract class which can be instantiated through either an instance ofEnableLogging
orDisableLogging
which can be used in the following 3 ways:Description of how you validated changes
unit + integ test
Checklist
Features
Bug Fixes
Miscellaneous Chores
v2.160.0
Compare Source
Features
sts
options for roles assumed by the cli (#31089) (5e95ba2), closes #26157 #22535Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes
v2.159.1
Compare Source
Reverts
Alpha modules (2.159.1-alpha.0)
v2.159.0
Compare Source
Features
routeSelectionExpression
for an HTTP API (#31373) (36baf51), closes #31104Bug Fixes
Alpha modules (2.159.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
encryptionKey
property is removed andencryption
property type has changed from theStreamEncryption
enum to theStreamEncryption
class.To pass in a KMS key for the customer managed key case, use
StreamEncryption.customerManagedKey(key)
Details
Replaced
encryption
andencryptionKey
properties with a single propertyencryption
of typeStreamEncryption
and is used by calling one of the 3 methods:This makes it so it's not longer possible to pass in a key when the encryption type is AWS owned or unencrypted. The
key
is an optional parameter inStreamEncryption.customerManagedKey(key?: IKey)
so following the previous behaviour, if a key is provided it will be used, otherwise a key will be created for the user.Description of how you validated changes
Generated templates do not change so behaviour remains the same.
Updated integ/unit tests.
Checklist
Features
Bug Fixes
Miscellaneous Chores
v2.158.0
Compare Source
Bug Fixes
Alpha modules (2.158.0-alpha.0)
Features
v2.157.0
Compare Source
Features
Bug Fixes
Alpha modules (2.157.0-alpha.0)
v2.156.0
Compare Source
Features
RedshiftDataParameters
(#29462) (84c6442), closes #15712 #31017Bug Fixes
Alpha modules (2.156.0-alpha.0)
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 6am,every weekend" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.